projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67227f1
)
Remove C99-ism from magproto.c
author
robertl
<robertl>
Wed, 25 Oct 2006 10:32:04 +0000
(10:32 +0000)
committer
robertl
<robertl>
Wed, 25 Oct 2006 10:32:04 +0000
(10:32 +0000)
magproto.c
patch
|
blob
|
history
diff --git
a/magproto.c
b/magproto.c
index 907d79b63eeb4b00aa31a39d63bd814a46aeab4b..11716bde22ef71139679f28d68fc2a15bb2c482c 100644
(file)
--- a/
magproto.c
+++ b/
magproto.c
@@
-720,8
+720,8
@@
mag_serial_init_common(const char *portname)
static void
mag_rd_init_common(const char *portname)
{
- waypoint_read_count = 0;
char *ext;
+ waypoint_read_count = 0;
if (bs) {
bitrate=atoi(bs);